home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / include / net / netns / dccp.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-12-24  |  146 b   |  12 lines

  1. #ifndef __NETNS_DCCP_H__
  2. #define __NETNS_DCCP_H__
  3.  
  4. struct sock;
  5.  
  6. struct netns_dccp {
  7.     struct sock *v4_ctl_sk;
  8.     struct sock *v6_ctl_sk;
  9. };
  10.  
  11. #endif
  12.